home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 1191 / 1191.xpi / chrome / reminderfox.jar / skin / reminderfox / catBox.css next >
Cascading Style Sheet File  |  2008-10-19  |  2KB  |  98 lines

  1. /* ..... tree adjustments ..... */    
  2.  
  3. #catChange {   /*  this shows the button light-grey and outline enabled */
  4.   list-style-image: url("chrome://reminderfox/skin/images/category.png");
  5. }
  6.  
  7.  
  8.  
  9. #catLabel {
  10.   padding-top: 4px;
  11. }
  12.  
  13. /* to show outline of the other buttons on the window use this  */
  14.  
  15.  
  16. #mainHeader {                   
  17.     font-weight: bold;
  18. }
  19.  
  20. #currentHeader{                 
  21.     font-weight: bold;
  22. }
  23.  
  24.  
  25.  
  26.  
  27.  
  28. #catOK {
  29.   list-style-image: url("chrome://reminderfox/skin/images/actionbuttons16.png");
  30.    -moz-image-region: rect(16px, 48px, 32px, 32px);
  31.     padding: 0px !important;
  32.     padding-left: 2px !important;
  33. }
  34.  
  35. #catOK:hover {  
  36.    -moz-image-region: rect(0px, 48px, 16px, 32px);
  37.     padding: 0px !important;
  38.     padding-left: 2px !important;
  39. }
  40.  
  41. #rmFxOK {
  42.   list-style-image: url("chrome://reminderfox/skin/images/actionbuttons.png");
  43.    -moz-image-region: rect(21px, 63px, 42px, 42px);
  44. }
  45.  
  46. #rmFxOK:hover {    
  47.    -moz-image-region: rect(0px, 63px, 21px, 42px);
  48. }
  49.  
  50. #rmFxCancel {
  51.   list-style-image: url("chrome://reminderfox/skin/images/closeN24.png");
  52.    -moz-image-region: rect(0px, 24px, 24px, 0px);
  53.     padding: 0px !important;
  54.     padding-left: 2px !important;
  55. }
  56.  
  57. #rmFxCancel:hover {    
  58.    -moz-image-region: rect(0px, 48px, 24px, 24px);
  59. }
  60.  
  61.  
  62. /*
  63. #sCatDelete {   
  64.   list-style-image: url("chrome://reminderfox/skin/images/categories24_6.png");
  65.    -moz-image-region: rect(0px, 24px, 24px, 0px);
  66. }
  67.  
  68. #sCatDelete[selected="true"] {
  69.    -moz-image-region: rect(0px, 48px, 24px, 24px);
  70. }
  71.  
  72. #sCatEdit {   
  73.   list-style-image: url("chrome://reminderfox/skin/images/categories24_6.png");
  74.    -moz-image-region: rect(24px, 24px, 48px, 0px);
  75. }
  76.  
  77. #sCatEdit[selected="true"] {
  78.    -moz-image-region: rect(24px, 48px, 48px, 24px);
  79. }
  80.  
  81.  
  82. #sCatAdd {   
  83.   list-style-image: url("chrome://reminderfox/skin/images/categories24_6.png");
  84.    -moz-image-region: rect(48px, 48px, 72px, 24px);
  85. }
  86.  
  87.  
  88. #userCatUp {   
  89.   list-style-image: url("chrome://reminderfox/skin/images/categories24_6.png");
  90.    -moz-image-region: rect(72px, 24px, 96px, 0px);
  91. }
  92.  
  93. #userCatUp[selected="true"] {
  94.    -moz-image-region: rect(72px, 48px, 96px, 24px);
  95. }
  96. */
  97.  
  98.